Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution studio.extensions.easyshare--templates

This contribution is part of XML component studio.extensions.easyshare inside nuxeo-easyshare-core-9.10.jar /OSGI-INF/extensions.xml

Extension Point

Extension point templates of component NotificationService.

Contributed Items

  • <template name="easyShareDownload" src="templates/easyShareDownload.ftl"/>
  • <template name="easyShareExpired" src="templates/easyShareExpired.ftl"/>
  • <template name="easyShareDownloadSubject" src="templates/easyShareDownloadSubject.ftl"/>
  • <template name="easyShareExpiredSubject" src="templates/easyShareExpiredSubject.ftl"/>

XML Source

<extension point="templates" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService">
    <template name="easyShareDownload" src="templates/easyShareDownload.ftl"/>
    <template name="easyShareExpired" src="templates/easyShareExpired.ftl"/>
    <template name="easyShareDownloadSubject" src="templates/easyShareDownloadSubject.ftl"/>
    <template name="easyShareExpiredSubject" src="templates/easyShareExpiredSubject.ftl"/>
  </extension>